GrapeCity MultiRow Windows Forms Documentation
NamedObjectCollection<T> Class
Members 


Represents the strongly typed INamedObject object collection.
Syntax
<DefaultMemberAttribute("Item")>
Public Class NamedObjectCollection(Of T As INamedObject) 
   Inherits System.Collections.ObjectModel.Collection(Of T)
Dim instance As NamedObjectCollection(Of T)
[DefaultMember("Item")]
public class NamedObjectCollection<T> : System.Collections.ObjectModel.Collection<T> 
where T: INamedObject
Type Parameters
T
Remarks
Provides methods and properties to search, and access to items using the Name property of the INamedObject object.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      GrapeCity.Win.MultiRow.NamedObjectCollection<T>
         GrapeCity.Win.MultiRow.DropDownItemCollection
         GrapeCity.Win.MultiRow.ValidateActionCollection
         GrapeCity.Win.MultiRow.ValidatorCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NamedObjectCollection<T> Members
GrapeCity.Win.MultiRow Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.